Revert r48090 " * Modified wfMsg behaviour to do transform after substituting variabl...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 25 Mar 2009 02:07:09 +0000 (02:07 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 25 Mar 2009 02:07:09 +0000 (02:07 +0000)
commit6a55ea9598b2587bbadcde5549a85b3985d1e2cc
tree5426f8e980ad8da98054c64f1d0f68ccf48c657f
parent6c2b06c657553f84249d1dafffdf4a3aa4793250
Revert r48090 " * Modified wfMsg behaviour to do transform after substituting variables * If this works, wfMsg should now work similarly to wfMsgExt with parsemag"
While having the parser functions in the message strings work is a laudable goal, the problem here is that it'll *also* execute parser functions it finds in the replaced parameter strings, which may include, say, comment plaintext talking *about* parser functions.
A better fix for this is probably to expand the message placeholders when the parameters are passed in to the parser functions.
includes/GlobalFunctions.php